home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #1
/
Amiga Plus CD - 2000 - No. 1.iso
/
Tools
/
Dev
/
Sas-PPC
/
samplelib1
/
test.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1999-12-03
|
246 b
|
15 lines
#include "ppcdispatch.h"
extern void *_PPC_test1, *_PPC_test2;
int b = 0;
__asm __saveds test1(void)
{
return(CallPPCFunction(_PPC_test1));
}
__asm __saveds test2(register __d1 int a)
{
return CallPPCFunction(_PPC_test2, a);
}